Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Semantic HTML</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Semantic_HTML"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Semantic_HTML rootpage-Semantic_HTML skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Semantic HTML</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr"><style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */


.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}


/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable">"Semantic markup" redirects here. For more general usage, see <a href="Separation_of_content_and_presentation" title="Separation of content and presentation">separation of content and presentation</a>. For semantics in programming languages, see <a href="Semantics_(computer_science)" title="Semantics (computer science)">Semantics (computer science)</a>.</div>


<p><b>Semantic HTML</b> is the use of <a href="HTML" title="HTML">HTML</a> markup to reinforce the <a href="Semantics" title="Semantics">semantics</a>, or meaning, of the information in <a href="Web_page" title="Web page">web pages</a> and <a href="Web_application" title="Web application">web applications</a> rather than merely to define its <a href="Model%E2%80%93view%E2%80%93presenter" title="Model–view–presenter">presentation or look</a>. Semantic HTML is processed by traditional <a href="Web_browser" title="Web browser">web browsers</a> as well as by many other <a href="User_agent" title="User agent">user agents</a>. <a href="Cascading_Style_Sheets" class="mw-redirect" title="Cascading Style Sheets">CSS</a> is used to suggest how it is presented to human users.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="History">History</h2></div>
<p>HTML has included semantic markup since its inception.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> In an HTML document, the author may, among other things, "start with a title; add headings and paragraphs; add emphasis to [the] text; add images; add links to other pages; [and] use various kinds of lists".<sup id="cite_ref-2" class="reference"><a href="#cite_note-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup>
</p><p>Various versions of the HTML standard have included <a href="HTML_element#Presentation" title="HTML element">presentational markup</a> such as <code>&lt;font&gt;</code> (added in HTML 3.2; removed in HTML 4.0 Strict), <code>&lt;i&gt;</code> (all versions) and <code>&lt;center&gt;</code> (added in HTML 3.2). There are also the semantically neutral <a href="Span_and_div" class="mw-redirect" title="Span and div">span and div</a> elements. Since the late 1990s when <a href="Cascading_Style_Sheets" class="mw-redirect" title="Cascading Style Sheets">Cascading Style Sheets</a> were beginning to work in most browsers, web authors have been encouraged to avoid the use of presentational HTML markup with a view to the <a href="Separation_of_content_and_presentation" title="Separation of content and presentation">separation of content and presentation</a>.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup>
</p><p>In 2001, <a href="Tim_Berners-Lee" title="Tim Berners-Lee">Tim Berners-Lee</a> participated in a discussion of the <a href="Semantic_Web" title="Semantic Web">Semantic Web</a>, where it was presented that intelligent software 'agents' might one day automatically crawl the Web and find, filter and correlate previously unrelated, published facts for the benefit of end users.<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> Such agents are not commonplace even now, but some of the ideas of <a href="Web_2.0" title="Web 2.0">Web 2.0</a>, <a href="Mashup_(web_application_hybrid)" title="Mashup (web application hybrid)">mashups</a> and <a href="Price_comparison_service" class="mw-redirect" title="Price comparison service">price comparison websites</a> may be coming close. The main difference between these web application hybrids and Berners-Lee's semantic agents lies in the fact that the current <a href="News_aggregator" title="News aggregator">aggregation</a> and hybridisation of information is usually designed in by web developers, who already know the web locations and the <a href="Application_programming_interface" class="mw-redirect" title="Application programming interface">API semantics</a> of the specific data they wish to mash, compare and combine.
</p><p>An important type of web agent that does crawl and read web pages automatically, without prior knowledge of what it might find, is the <a href="Web_crawler" title="Web crawler">web crawler</a> or search-engine spider. These software agents are dependent on the semantic clarity of web pages they find as they use various techniques and <a href="Algorithm" title="Algorithm">algorithms</a> to read and index millions of web pages a day and provide web users with <a href="Web_search_engine" class="mw-redirect" title="Web search engine">search facilities</a>.
</p><p>In order for search-engine spiders to be able to rate the significance of pieces of text they find in HTML documents, and also for those creating mashups and other hybrids, as well as for more automated agents as they are developed, the semantic structures that exist in HTML need to be widely and uniformly applied to bring out the meaning of published information.<sup id="cite_ref-Semantic_Web_Revisted_5-0" class="reference"><a href="#cite_note-Semantic_Web_Revisted-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup>
</p><p>While the true semantic web may depend on complex <a href="Resource_Description_Framework" title="Resource Description Framework">RDF</a> <a href="Ontology_(information_science)" title="Ontology (information science)">ontologies</a> and <a href="Metadata" title="Metadata">metadata</a>, every HTML document makes its contribution to the meaningfulness of the Web by the correct use of headings, lists, titles and other semantic markup wherever possible. This "plain" use of HTML has been called "Plain Old Semantic HTML" or POSH.<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup> The correct use of Web 2.0 'tagging' creates <a href="Folksonomy" title="Folksonomy">folksonomies</a> that may be equally or even more meaningful to many.<sup id="cite_ref-Semantic_Web_Revisted_5-1" class="reference"><a href="#cite_note-Semantic_Web_Revisted-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup> <a href="HTML_5" class="mw-redirect" title="HTML 5">HTML 5</a> introduced new semantic elements such as <code>&lt;section&gt;</code>, <code>&lt;article&gt;</code>, <code>&lt;footer&gt;</code>, <code>&lt;progress&gt;</code>, <code>&lt;nav&gt;</code>, <code>&lt;aside&gt;</code>, <code>&lt;mark&gt;</code>, and <code>&lt;time&gt;</code>.<sup id="cite_ref-7" class="reference"><a href="#cite_note-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup> Overall, the goal of the <a href="W3C" class="mw-redirect" title="W3C">W3C</a> is to slowly introduce more ways for browsers, developers, and crawlers to better distinguish between different types of data, allowing for benefits such as better display on browsers on different devices.
</p><p>Presentational elements were not formally <a href="Deprecation" title="Deprecation">deprecated</a> in HTML 4.01 and XHTML recommendations, but were recommended against. In HTML 5, some of those elements, such as <code>&lt;i&gt;</code> and <code>&lt;b&gt;</code>, are still specified as their meaning has been clearly defined "as to be stylistically offset from the normal prose without conveying any extra importance".<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Considerations">Considerations</h2></div>
<p>In cases where a document requires more precise semantics than those expressed in HTML alone, fragments of the document may be enclosed within <code>span</code> or <code>div</code> elements with meaningful class names<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup> such as <code>&lt;span class="author"&gt;</code> and <code>&lt;div class="invoice"&gt;</code>. Where these class names are also a <a href="Fragment_identifier" class="mw-redirect" title="Fragment identifier">fragment identifier</a> within a schema or ontology, they may link to a more defined meaning. <a href="Microformat" title="Microformat">Microformats</a> formalise this approach to semantics in HTML.
</p><p>One important restriction of this approach is that such markup based on element inclusion must meet the well-formedness conditions. As these documents are broadly tree-structured, this means that only balanced fragments from a sub-tree can be marked up in this way.<sup id="cite_ref-11" class="reference"><a href="#cite_note-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-12" class="reference"><a href="#cite_note-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup> A means of marking-up any arbitrary section of HTML would require a mechanism independent of the markup structure itself, such as <a href="XPointer" title="XPointer">XPointer</a>.
</p><p>Good semantic HTML also improves the <a href="Accessibility" title="Accessibility">accessibility</a> of web documents (see also <a href="Web_Content_Accessibility_Guidelines" title="Web Content Accessibility Guidelines">Web Content Accessibility Guidelines</a>). For example, when a screen reader or audio browser can correctly ascertain the structure of a document, it will not waste the visually impaired user's time by reading out repeated or irrelevant information when it has been marked up correctly.
</p>
<div class="mw-heading mw-heading2"><h2 id="Google_&quot;rich_snippets&quot;">Google "rich snippets"</h2></div>
<p>In 2010, <a href="Google" title="Google">Google</a> specified three forms of structured metadata that their systems will use to find structured semantic content within webpages. Such information, when related to reviews, people profiles, business listings, and events will be used by Google to enhance the "snippet", or short piece of quoted text that is shown when the page appears in search listings. Google specifies that that data may be given using <a href="Microdata_(HTML5)" class="mw-redirect" title="Microdata (HTML5)">microdata</a>, <a href="Microformat" title="Microformat">microformats</a> or <a href="RDFa" title="RDFa">RDFa</a>.<sup id="cite_ref-13" class="reference"><a href="#cite_note-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup> Microdata is specified inside <code>itemtype</code> and <code>itemprop</code> attributes added to existing HTML elements; microformat keywords are added inside <code>class</code> attributes as discussed above; and RDFa relies on <code>rel</code>, <code><a href="Typeof" title="Typeof">typeof</a></code> and <code>property</code> attributes added to existing elements.<sup id="cite_ref-14" class="reference"><a href="#cite_note-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1266661725">
/* start https://en.wikipedia.org/ */


.mw-parser-output .portalbox{padding:0;margin:0.5em 0;display:table;box-sizing:border-box;max-width:175px;list-style:none}.mw-parser-output .portalborder{border:1px solid var(--border-color-base,#a2a9b1);padding:0.1em;background:var(--background-color-neutral-subtle,#f8f9fa)}.mw-parser-output .portalbox-entry{display:table-row;font-size:85%;line-height:110%;height:1.9em;font-style:italic;font-weight:bold}.mw-parser-output .portalbox-image{display:table-cell;padding:0.2em;vertical-align:middle;text-align:center}.mw-parser-output .portalbox-link{display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle}@media(min-width:720px){.mw-parser-output .portalleft{margin:0.5em 1em 0.5em 0}.mw-parser-output .portalright{clear:right;float:right;margin:0.5em 0 0.5em 1em}}


/* end https://en.wikipedia.org/ */
</style>
<ul><li><a href="CP/LD" class="mw-redirect" title="CP/LD">CP/LD</a> (Content Profile/Linked Document)</li>
<li><a href="HTML_element" title="HTML element">HTML elements</a> (complete list)</li>
<li><a href="HTML_landmarks" title="HTML landmarks">HTML landmarks</a></li>
<li><a href="Microdata_(HTML)" title="Microdata (HTML)">Microdata (HTML)</a></li>
<li><a href="Microformat" title="Microformat">Microformat</a></li>
<li><a href="RDFa" title="RDFa">RDFa</a></li>
<li><a href="Schema.org" title="Schema.org">schema.org</a> is an initiative launched on 2 June 2011 by Bing, Google and Yahoo!</li>
<li><a href="Semantic_Web" title="Semantic Web">Semantic Web</a></li>
<li><a href="Semantics_(computer_science)" title="Semantics (computer science)">Semantics (computer science)</a></li>
<li><a href="XML" title="XML">XML</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist reflist-columns references-column-width" style="column-width: 30em;">
<ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFBerners-LeeFischetti2000" class="citation book cs1"><a href="Tim_Berners-Lee" title="Tim Berners-Lee">Berners-Lee, Tim</a>; Fischetti, Mark (2000). <span class="id-lock-registration" title="Free registration required"><a rel="nofollow" class="external text" href="https://archive.org/details/weavingweborigin00bern_0"><i>Weaving the Web: The Original Design and Ultimate Destiny of the World Wide Web by Its Inventor</i></a></span>. San Francisco: Harper. <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>978-0062515872</bdi>.</cite></span>
</li>
<li id="cite_note-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-2">^</a></b></span> <span class="reference-text"><cite id="CITEREFRaggett2005" class="citation web cs1"><a href="Dave_Raggett" title="Dave Raggett">Raggett, Dave</a> (24 April 2005). <a rel="nofollow" class="external text" href="https://www.w3.org/MarkUp/Guide/Overview.html">"Getting started with HTML"</a>. <a href="World_Wide_Web_Consortium" title="World Wide Web Consortium">World Wide Web Consortium</a><span class="reference-accessdate">. Retrieved <span class="nowrap">8 December</span> 2010</span>.</cite></span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><cite id="CITEREFRaggett2002" class="citation web cs1">Raggett, Dave (8 April 2002). <a rel="nofollow" class="external text" href="https://www.w3.org/MarkUp/Guide/Style.html">"Adding a touch of style"</a>. World Wide Web Consortium<span class="reference-accessdate">. Retrieved <span class="nowrap">8 December</span> 2010</span>.</cite> This article notes that presentational HTML markup may be useful when targeting browsers "before <a href="Netscape_Communicator" title="Netscape Communicator">Netscape 4.0</a> and <a href="Internet_Explorer_4" title="Internet Explorer 4">Internet Explorer 4.0</a>" which were both released in 1997.</span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><cite id="CITEREFBerners-LeeHendlerLassila2001" class="citation web cs1">Berners-Lee, Tim; Hendler, James; Lassila, Ora (2001). <a rel="nofollow" class="external text" href="https://www.scientificamerican.com/article/the-semantic-web/">"The Semantic Web"</a>. Scientific American<span class="reference-accessdate">. Retrieved <span class="nowrap">2009-10-02</span></span>.</cite></span>
</li>
<li id="cite_note-Semantic_Web_Revisted-5"><span class="mw-cite-backlink">^ <a href="#cite_ref-Semantic_Web_Revisted_5-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Semantic_Web_Revisted_5-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFShadboltBerners-LeeHall2006" class="citation web cs1">Shadbolt, Nigel; Berners-Lee, Tim; Hall, Wendy (May–June 2006). <a rel="nofollow" class="external text" href="http://eprints.ecs.soton.ac.uk/12614/1/Semantic_Web_Revisted.pdf">"The Semantic Web Revisited"</a> <span class="cs1-format">(PDF)</span>. IEEE Intelligent Systems<span class="reference-accessdate">. Retrieved <span class="nowrap">8 December</span> 2010</span>.</cite></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://microformats.org/wiki/posh">"Plain Old Semantic HTML (POSH)"</a>. <i>Microformats Wiki</i>. microformats community. April 20, 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">May 4,</span> 2013</span>.</cite></span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text"><cite id="CITEREFRobinson" class="citation web cs1">Robinson, Mike. <a rel="nofollow" class="external text" href="https://html5doctor.com/lets-talk-about-semantics/">"Let's Talk about Semantics"</a>. HTML 5 Doctor<span class="reference-accessdate">. Retrieved <span class="nowrap">26 October</span> 2015</span>.</cite></span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-i-element">"HTML5"</a>. World Wide Web Consortium. Section 4.5.17: The i element.</cite></span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-b-element">"HTML5"</a>. World Wide Web Consortium. Section 4.5.18: The b element.</cite></span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text">These class names are at best suggestive rather than formally meaningful, unless they are previously shared between both creator and consumer of the content.</span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.w3.org/TR/2004/REC-xml11-20040204/#dt-wellformed">"Well-Formed XML Documents"</a>. <i>Extensible Markup Language (XML) 1.1</i>. <a href="W3C" class="mw-redirect" title="W3C">W3C</a>.</cite></span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><cite class="citation web cs1 cs1-prop-foreign-lang-source"><a rel="nofollow" class="external text" href="https://blog.bendevoficial.com/posts/conceitos-importantes-sobre-html">"Conceitos importantes sobre HTML"</a> (in Spanish). Bendev Junior.</cite></span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.google.com/support/webmasters/bin/answer.py?answer=99170">"Rich snippets"</a>. <i>Webmaster Central</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 May</span> 2010</span>.</cite></span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.google.com/support/webmasters/bin/answer.py?answer=146861">"Businesses and organizations - About organization information"</a>. <i>Webmaster Central</i><span class="reference-accessdate">. Retrieved <span class="nowrap">26 May</span> 2010</span>.</cite></span>
</li>
</ol></div>
<div class="navbox-styles"><style data-mw-deduplicate="TemplateStyles:r1129693374">
/* start https://en.wikipedia.org/ */


.mw-parser-output .hlist dl,.mw-parser-output .hlist ol,.mw-parser-output .hlist ul{margin:0;padding:0}.mw-parser-output .hlist dd,.mw-parser-output .hlist dt,.mw-parser-output .hlist li{margin:0;display:inline}.mw-parser-output .hlist.inline,.mw-parser-output .hlist.inline dl,.mw-parser-output .hlist.inline ol,.mw-parser-output .hlist.inline ul,.mw-parser-output .hlist dl dl,.mw-parser-output .hlist dl ol,.mw-parser-output .hlist dl ul,.mw-parser-output .hlist ol dl,.mw-parser-output .hlist ol ol,.mw-parser-output .hlist ol ul,.mw-parser-output .hlist ul dl,.mw-parser-output .hlist ul ol,.mw-parser-output .hlist ul ul{display:inline}.mw-parser-output .hlist .mw-empty-li{display:none}.mw-parser-output .hlist dt::after{content:": "}.mw-parser-output .hlist dd::after,.mw-parser-output .hlist li::after{content:" · ";font-weight:bold}.mw-parser-output .hlist dd:last-child::after,.mw-parser-output .hlist dt:last-child::after,.mw-parser-output .hlist li:last-child::after{content:none}.mw-parser-output .hlist dd dd:first-child::before,.mw-parser-output .hlist dd dt:first-child::before,.mw-parser-output .hlist dd li:first-child::before,.mw-parser-output .hlist dt dd:first-child::before,.mw-parser-output .hlist dt dt:first-child::before,.mw-parser-output .hlist dt li:first-child::before,.mw-parser-output .hlist li dd:first-child::before,.mw-parser-output .hlist li dt:first-child::before,.mw-parser-output .hlist li li:first-child::before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child::after,.mw-parser-output .hlist dd dt:last-child::after,.mw-parser-output .hlist dd li:last-child::after,.mw-parser-output .hlist dt dd:last-child::after,.mw-parser-output .hlist dt dt:last-child::after,.mw-parser-output .hlist dt li:last-child::after,.mw-parser-output .hlist li dd:last-child::after,.mw-parser-output .hlist li dt:last-child::after,.mw-parser-output .hlist li li:last-child::after{content:")";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li::before{content:" "counter(listitem)"\a0 "}.mw-parser-output .hlist dd ol>li:first-child::before,.mw-parser-output .hlist dt ol>li:first-child::before,.mw-parser-output .hlist li ol>li:first-child::before{content:" ("counter(listitem)"\a0 "}


/* end https://en.wikipedia.org/ */
</style><style data-mw-deduplicate="TemplateStyles:r1236075235">
/* start https://en.wikipedia.org/ */


.mw-parser-output .navbox{box-sizing:border-box;border:1px solid #a2a9b1;width:100%;clear:both;font-size:88%;text-align:center;padding:1px;margin:1em auto 0}.mw-parser-output .navbox .navbox{margin-top:0}.mw-parser-output .navbox+.navbox,.mw-parser-output .navbox+.navbox-styles+.navbox{margin-top:-1px}.mw-parser-output .navbox-inner,.mw-parser-output .navbox-subgroup{width:100%}.mw-parser-output .navbox-group,.mw-parser-output .navbox-title,.mw-parser-output .navbox-abovebelow{padding:0.25em 1em;line-height:1.5em;text-align:center}.mw-parser-output .navbox-group{white-space:nowrap;text-align:right}.mw-parser-output .navbox,.mw-parser-output .navbox-subgroup{background-color:#fdfdfd}.mw-parser-output .navbox-list{line-height:1.5em;border-color:#fdfdfd}.mw-parser-output .navbox-list-with-group{text-align:left;border-left-width:2px;border-left-style:solid}.mw-parser-output tr+tr>.navbox-abovebelow,.mw-parser-output tr+tr>.navbox-group,.mw-parser-output tr+tr>.navbox-image,.mw-parser-output tr+tr>.navbox-list{border-top:2px solid #fdfdfd}.mw-parser-output .navbox-title{background-color:#ccf}.mw-parser-output .navbox-abovebelow,.mw-parser-output .navbox-group,.mw-parser-output .navbox-subgroup .navbox-title{background-color:#ddf}.mw-parser-output .navbox-subgroup .navbox-group,.mw-parser-output .navbox-subgroup .navbox-abovebelow{background-color:#e6e6ff}.mw-parser-output .navbox-even{background-color:#f7f7f7}.mw-parser-output .navbox-odd{background-color:transparent}.mw-parser-output .navbox .hlist td dl,.mw-parser-output .navbox .hlist td ol,.mw-parser-output .navbox .hlist td ul,.mw-parser-output .navbox td.hlist dl,.mw-parser-output .navbox td.hlist ol,.mw-parser-output .navbox td.hlist ul{padding:0.125em 0}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}body.skin--responsive .mw-parser-output .navbox-image img{max-width:none!important}@media print{body.ns-0 .mw-parser-output .navbox{display:none!important}}


/* end https://en.wikipedia.org/ */
</style></div><div role="navigation" class="navbox" aria-labelledby="Semantic_Web71" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th scope="col" class="navbox-title" colspan="2"><style data-mw-deduplicate="TemplateStyles:r1239400231">
/* start https://en.wikipedia.org/ */


.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}html.skin-theme-clientpref-night .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}@media(prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .navbar li a abbr{color:var(--color-base)!important}}@media print{.mw-parser-output .navbar{display:none!important}}


/* end https://en.wikipedia.org/ */
</style><div id="Semantic_Web71" style="font-size:114%;margin:0 4em"><a href="Semantic_Web" title="Semantic Web">Semantic Web</a></div></th></tr><tr><th scope="row" class="navbox-group" style="width:1%">Background</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Database" title="Database">Databases</a></li>
<li><a href="Hypertext" title="Hypertext">Hypertext</a></li>
<li><a href="Internet" title="Internet">Internet</a></li>
<li><a href="Ontology_(information_science)" title="Ontology (information science)">Ontologies</a></li>
<li><a href="Semantics_(computer_science)" title="Semantics (computer science)">Semantics</a></li>
<li><a href="Semantic_network" title="Semantic network">Semantic networks</a></li>
<li><a href="World_Wide_Web" title="World Wide Web">World Wide Web</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Sub-topics</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Dataspaces" class="mw-redirect" title="Dataspaces">Dataspaces</a></li>
<li><a href="Hyperdata" title="Hyperdata">Hyperdata</a></li>
<li><a href="Linked_data" title="Linked data">Linked data</a></li>
<li><a href="Rule-based_system" title="Rule-based system">Rule-based systems</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Applications</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Semantic_analytics" title="Semantic analytics">Semantic analytics</a></li>
<li><a href="Semantic_computing" title="Semantic computing">Semantic computing</a></li>
<li><a href="Semantic_mapper" title="Semantic mapper">Semantic mapper</a></li>
<li><a href="Semantic_matching" title="Semantic matching">Semantic matching</a></li>
<li><a href="Semantic_publishing" title="Semantic publishing">Semantic publishing</a></li>
<li><a href="Semantic_reasoner" title="Semantic reasoner">Semantic reasoner</a></li>
<li><a href="Semantic_search" title="Semantic search">Semantic search</a></li>
<li><a href="Semantic_service-oriented_architecture" title="Semantic service-oriented architecture">Semantic service-oriented architecture</a></li>
<li><a href="Semantic_wiki" title="Semantic wiki">Semantic wiki</a></li>
<li><a href="Solid_(web_decentralization_project)" title="Solid (web decentralization project)">Solid</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Related topics</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Collective_intelligence" title="Collective intelligence">Collective intelligence</a></li>
<li><a href="Description_logic" title="Description logic">Description logic</a></li>
<li><a href="Folksonomy" title="Folksonomy">Folksonomy</a></li>
<li><a href="Geotagging" title="Geotagging">Geotagging</a></li>
<li><a href="Information_architecture" title="Information architecture">Information architecture</a></li>
<li><a href="IXBRL" class="mw-redirect" title="IXBRL">iXBRL</a></li>
<li><a href="Knowledge_extraction" title="Knowledge extraction">Knowledge extraction</a></li>
<li><a href="Knowledge_management" title="Knowledge management">Knowledge management</a></li>
<li><a href="Knowledge_representation_and_reasoning" title="Knowledge representation and reasoning">Knowledge representation and reasoning</a></li>
<li><a href="Library_2.0" title="Library 2.0">Library 2.0</a></li>
<li><a href="Digital_library" title="Digital library">Digital library</a></li>
<li><a href="Digital_humanities" title="Digital humanities">Digital humanities</a></li>
<li><a href="Metadata" title="Metadata">Metadata</a></li>
<li><a href="Reference_(computer_science)" title="Reference (computer science)">References</a></li>
<li><a href="Topic_map" title="Topic map">Topic map</a></li>
<li><a href="Web_2.0" title="Web 2.0">Web 2.0</a></li>
<li><a href="Web_engineering" title="Web engineering">Web engineering</a></li>
<li><a href="Web_Science_Trust" title="Web Science Trust">Web Science Trust</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Standards</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th scope="row" class="navbox-group" style="width:1%">Syntax and supporting technologies</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="HTTP" title="HTTP">HTTP</a></li>
<li><a href="Internationalized_Resource_Identifier" title="Internationalized Resource Identifier">IRI</a>
<ul><li><small><a href="Uniform_Resource_Identifier" title="Uniform Resource Identifier">URI</a></small></li></ul></li>
<li><a href="Resource_Description_Framework" title="Resource Description Framework">RDF</a>
<ul><li><small><a href="Semantic_triple" title="Semantic triple">triples</a></small></li>
<li><small><a href="RDF/XML" title="RDF/XML">RDF/XML</a></small></li>
<li><small><a href="JSON-LD" title="JSON-LD">JSON-LD</a></small></li>
<li><small><a href="Turtle_(syntax)" title="Turtle (syntax)">Turtle</a></small></li>
<li><small><a href="TriG_(syntax)" title="TriG (syntax)">TriG</a></small></li>
<li><small><a href="Notation3" title="Notation3">Notation3</a></small></li>
<li><small><a href="N-Triples" title="N-Triples">N-Triples</a></small></li>
<li><small><a href="TriX_(serialization_format)" title="TriX (serialization format)">TriX</a> (no W3C standard)</small></li></ul></li>
<li><a href="Research_Resource_Identifier" class="mw-redirect" title="Research Resource Identifier">RRID</a></li>
<li><a href="SPARQL" title="SPARQL">SPARQL</a></li>
<li><a href="XML" title="XML">XML</a></li>
</ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Schemas, ontologies and rules</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="Common_Logic" title="Common Logic">Common Logic</a></li>
<li><a href="Web_Ontology_Language" title="Web Ontology Language">OWL</a></li>
<li><a href="RDF_Schema" title="RDF Schema">RDFS</a></li>
<li><a href="Rule_Interchange_Format" title="Rule Interchange Format">Rule Interchange Format</a></li>
<li><a href="Semantic_Web_Rule_Language" title="Semantic Web Rule Language">Semantic Web Rule Language</a></li>
<li><a href="SHACL" title="SHACL">SHACL</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Semantic annotation</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="COinS" title="COinS">COinS</a></li>
<li><a href="GRDDL" title="GRDDL">GRDDL</a></li>
<li><a href="Microdata_(HTML)" title="Microdata (HTML)">Microdata</a></li>
<li><a href="Microformat" title="Microformat">Microformats</a></li>
<li><a href="RDFa" title="RDFa">RDFa</a></li>
<li><a href="SAWSDL" title="SAWSDL">SAWSDL</a></li>
<li><a href="Facebook_Platform" title="Facebook Platform">Facebook Platform</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Common vocabularies</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="BIBFRAME" title="BIBFRAME">BIBFRAME</a></li>
<li><a href="Bibliographic_Ontology" title="Bibliographic Ontology">BIBO</a></li>
<li><a href="DOAP" title="DOAP">DOAP</a></li>
<li><a href="Dublin_Core" title="Dublin Core">Dublin Core</a></li>
<li><a href="Metadata_Object_Description_Schema" title="Metadata Object Description Schema">MODS</a>/<a href="Metadata_Authority_Description_Schema" title="Metadata Authority Description Schema">MADS</a></li>
<li><a href="FOAF" title="FOAF">FOAF</a></li>
<li><a href="Schema.org" title="Schema.org">Schema.org</a></li>
<li><a href="Semantically_Interlinked_Online_Communities" title="Semantically Interlinked Online Communities">SIOC</a></li>
<li><a href="Simple_Knowledge_Organization_System" title="Simple Knowledge Organization System">SKOS</a></li></ul>
</div></td></tr><tr><th scope="row" class="navbox-group" style="width:1%">Microformat vocabularies</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em">
<ul><li><a href="HAtom" title="HAtom">hAtom</a></li>
<li><a href="HCalendar" title="HCalendar">hCalendar</a></li>
<li><a href="HCard" title="HCard">hCard</a></li>
<li><a href="HProduct" title="HProduct">hProduct</a></li>
<li><a href="HRecipe" title="HRecipe">hRecipe</a></li>
<li><a href="HReview" title="HReview">hReview</a></li></ul>
</div></td></tr></tbody></table><div></div></td></tr></tbody></table></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-03-21" href="https://en.wikipedia.org/wiki/?title=Semantic_HTML&amp;oldid=1281658031">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>